A. Response.Output.Write() allows you to write formatted output
B. Response.Output.Write() allows you to stream output
C. Response.Output.Write() allows you to buffer output
D. Response.Output.Write() allows you to flush output
Advertisement
Related Mcqs:
- Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ?
- A. Avoid page to be cached B. Clears the buffer area C. The session expires D. None of the Above...
- What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
- A. Hello world B. Hello C. C D. World...
- Which of the following is used to write error message in event Log File ?
- A. System.EnterpriseServices B. System.Diagnostics C. System.Data D. All of the above...
- Which of the following languages can be used to write server side scripting in ASP.NET?
- A. VB B. C-sharp C. Both A and B D. C++...
- Which of the following languages can be used to write server side scripting in ASP.NET ?
- A. Visual Basic B. C C. C# D. All of the above...
- What is the difference between HTTP handlers & HTTP modules_________________?
- A. Httphandler is an event handler and httpmodule is module to do some task B. Httphandler is an class and Httpmodule is an assembly C. All of the above D. None of the above...
- Whats is the significance of Response.ClearHeaders( ) ?
- A. Clears all the section value from rendered HTML File B. Clears the content of the Rendered page C. Clears all Headers from the buffer stream D. None of the above...
- What is the significance of Response.AddHeaders( ) ?
- A. Adds HTTP Headers to output stream B. Adds Tag to rendered Page C. Add Headers to the web site D. None of the above...
- Select the output of the statement ?
- A. Transfers all the form data to test.aspx with HTTP headers B. Transfers all the form data to test.aspx with out HTTP headers C. Calls post method on test.aspx D. None of the above...
- ASP.NET separates the HTML output from program logic using a feature named as_______________?
- A. Code-front B. Exception C. Code-behind D. All of the above...
Advertisement